'Declaration<DispIdAttribute(125)> Function GetTableCellRect( _ ByVal OCRResultID As String, _ ByVal TableIdx As Integer, _ ByVal ColummIdx As Integer, _ ByVal RowIdx As Integer, _ ByRef Left As Integer, _ ByRef Top As Integer, _ ByRef Width As Integer, _ ByRef Height As Integer _ ) As GdPictureStatus
[DispId(125)] GdPictureStatus GetTableCellRect( string OCRResultID, int TableIdx, int ColummIdx, int RowIdx, out int Left, out int Top, out int Width, out int Height )
function GetTableCellRect(
OCRResultID: String;
TableIdx: Integer;
ColummIdx: Integer;
RowIdx: Integer;
Out Left: Integer;
Out Top: Integer;
Out Width: Integer;
Out Height: Integer
): GdPictureStatus;
DispIdAttribute(125) function GetTableCellRect( OCRResultID : String, TableIdx : int, ColummIdx : int, RowIdx : int, Left : int, Top : int, Width : int, Height : int ) : GdPictureStatus;
[DispId(125)] GdPictureStatus GetTableCellRect( string* OCRResultID, int TableIdx, int ColummIdx, int RowIdx, [PARAMFLAG::Out] int Left, [PARAMFLAG::Out] int Top, [PARAMFLAG::Out] int Width, [PARAMFLAG::Out] int Height )
[DispId(125)] GdPictureStatus GetTableCellRect( String^ OCRResultID, int TableIdx, int ColummIdx, int RowIdx, [Out] int Left, [Out] int Top, [Out] int Width, [Out] int Height )
Parameters
- OCRResultID
- TableIdx
- ColummIdx
- RowIdx
- Left
- Top
- Width
- Height